home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / e / mailinglists / amigae.0793july.archive / 000003_crash!sirius.UVic.CA!jblake_Sun, 4 Jul 93 09:42:17 PST.msg < prev    next >
Internet Message Format  |  1994-05-26  |  1KB

  1. Received: by bkhouse.cts.com (V1.16/Amiga)
  2.     id AA00000; Sun, 4 Jul 93 09:42:17 PST
  3. Received: from sol.UVic.CA by crash.cts.com with smtp
  4.     (Smail3.1.28.1 #15) id m0oCWO3-0000H7C; Sun, 4 Jul 93 08:53 PDT
  5. Received: from sirius.UVic.CA by sol.UVic.CA (4.1/SMI-4.0.3-UVic-2.43TMX)
  6.     id AA16281; Sun, 4 Jul 93 08:53:51 PDT
  7. Received: from stokes.UVic.CA by sirius.UVic.CA (4.1/SMI-4.1-Engr.UVic.CA-E)
  8.     id AA16326; Sun, 4 Jul 93 08:53:49 PDT
  9. Date: Sun, 4 Jul 93 08:53:49 PDT
  10. Message-Id: <9307041553.AA16326@sirius.UVic.CA>
  11. From: jblake@sirius.UVic.CA (James  Blake)
  12. To: amigae@bkhouse.cts.com
  13. Subject: Using image structure
  14.  
  15.  
  16. I am trying to make a bitmap appear on my window.  How I am trying to do 
  17. it is as follows
  18.  
  19. data:=[ data... lots and lots of data]
  20.  
  21. im:=[0,0,             
  22.      355,19,          
  23.      2,               
  24.      data,            
  25.      $FF,0,           
  26.      NIL]:PTR TO image
  27.  
  28. My problem is that the data assign statements is too large and I am
  29. getting an error message:
  30.  
  31. ERROR: too sizy expression                  
  32. LINE 697: data:=[ /* Plane 0 */ $0078,$0000, ...
  33.  
  34. I was wondering if there is a way around this, and what is the largest
  35. expression permitted under Amiga E.
  36.  
  37. Thanks
  38.  
  39. ..james blake